Skip to content

feat(fcm): Add live_activity_token to APNSConfig #880

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 3, 2025

Conversation

jonathanedey
Copy link
Contributor

Adds live_activity_token to APNSConfig, allowing you to specify a Live Activity token for APNS messages.

This change includes:

  • Adding the live_activity_token field to the APNSConfig class
  • Updated unit test to verify that the live_activity_token is correctly included in the encoded message

google-labs-jules bot and others added 2 commits May 26, 2025 16:50
… token for APNS messages.

This change introduces:
- Adding the `live_activity_token` field to the `APNSConfig` class
- Updated unit test to verify that the `live_activity_token` is correctly included in the encoded message
Copy link
Member

@lahirumaramba lahirumaramba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks!

@jonathanedey jonathanedey merged commit f7546f5 into master Jun 3, 2025
13 checks passed
@jonathanedey jonathanedey deleted the feat-apns-live-activity-token branch June 3, 2025 18:20
@jonathanedey jonathanedey linked an issue Jun 5, 2025 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FR] Support of IOS live activity in python sdk
4 participants